func crypto/internal/fips140/mlkem.sampleNTT
5 uses
crypto/internal/fips140/mlkem (current package)
field.go#L491: func sampleNTT(rho []byte, ii, jj byte) nttElement {
mlkem1024.go#L221: A[i*k1024+j] = sampleNTT(ρ, j, i)
mlkem1024.go#L346: ek.a[i*k1024+j] = sampleNTT(ek.ρ[:], j, i)
mlkem768.go#L280: A[i*k+j] = sampleNTT(ρ, j, i)
mlkem768.go#L405: ek.a[i*k+j] = sampleNTT(ek.ρ[:], j, i)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |